<% article = AT.GetArticle('event') %>
${article.header}一覧詳細 >
%for contents in article.GetPostsByUpdated(2) :
%if len(contents.GetField('tokoro')) > 20 :
場所 / ${ contents.GetField('tokoro') [:20]} ...
%else :
場所 / ${ contents.GetField('tokoro') }
%endif
%endfor
<% article = AT.GetArticle('osusume') %>
${article.header}物件一覧詳細 >
%for contents in article.GetPostsByUpdated(1) :
${contents.GetField('area')}
${ contents.title }
%endfor